home *** CD-ROM | disk | FTP | other *** search
/ Kodak Picture CD: 357066 / Kodak Picture CD 357066.iso / setup / ksu / ini1033.cab / _033.ini1
Text File  |  2004-03-15  |  3KB  |  54 lines

  1. ; DO NOT EDIT THIS FILE!
  2. ; This is not a regular text file
  3. ; if you modify it and overwrite the original file it may be corrupted.
  4.  
  5. ; This ini file contains the localization strings for the UI.
  6. ; The keys within each section are:
  7. ; - StartMenuFolder - The name of the start menu folder containing the link to the Kodak Live Update setup utility.
  8. ; - StartMenuLink   - The name of the link to the Kodak Live Update setup utility.
  9. ; - StartMenuLinkDes- The description of the link to the Kodak Live Update setup utility (Tool tip when mouse over).
  10. ; - title1        - The title of the first dialog (Enable/disable dialog)
  11. ; - title2        - The title of the second dialog (Confirmation dialog)
  12. ; - desc1         - The content of the first dialog
  13. ; - desc2        - The content of the second dialog
  14. ; - yes1          - The string on the YES button in the first dialog
  15. ; - yes2          - The string on the YES button in the second dialog
  16. ; - no1           - The string on the NO button in the first dialog
  17. ; - no2           - The string on the NO button in the second dialog
  18.  
  19. ; If the language cannot be found in the registry or is unsupported, the dialog will display the values in the [default] section.
  20. ; If the ini file is missing, the dialog will display the default values hard-coded into it (Changing these will require re-compiling the component).
  21.  
  22. ; Supported languages:
  23. ; --------------------
  24. ; English        1033
  25. ; French        1036
  26. ; German        1031
  27. ; Italian        1040
  28. ; Japanese        1041
  29. ; Portuguese        1046
  30. ; Simplified Chinese    2052
  31. ; Spanish        1034
  32. ; Tradition Chinese    1028
  33.  
  34. ; English
  35. [1033]
  36. ;Start menu options
  37. StartMenuFolder    =Kodak software updater
  38. StartMenuLink      =Kodak software updater setup
  39. StartMenuLinkDes=Click here to enable/disable Kodak software updater
  40.  
  41. ; First dialog
  42. dialog1_title1        =Kodak software updater
  43. dialog1_desc1         =Kodak software updater is a free service that automatically notifies you through your Internet connection when Kodak software updates are available. This notification gives you an opportunity to install the updates for those Kodak applications that you use.  No personal information is required for this free service.
  44. dialog1_desc2         =To enable this service, click Yes.
  45. dialog1_yesOption    =Yes (recommended)
  46. dialog1_noOption    =No
  47. dialog1_button        =OK
  48.  
  49. ; Second dialog
  50. dialog2_title1        =Disable Kodak software updater
  51. dialog2_desc1         =If you disable Kodak software updater, you will not automatically be notified when Kodak software updates are available.
  52. dialog2_desc2         =To activate this service, choose Start -> Programs -> Kodak -> Kodak software updater -> Kodak software updater setup.
  53. dialog2_button        =OK
  54.